﻿@charset "UTF-8";
@font-face{font-family: 'thyFont1';src: url("../fonts/simpds.ttf");}
@font-face{font-family: 'thyFont2';src: url("../fonts/BEBAS.ttf");}
@font-face{font-family: 'thyFont3';src: url("../fonts/Questrial-Regular.ttf");}
@font-face{font-family: 'Cabin-Regular';font-style: normal;font-stretch: normal;font-display: swap;src: url('../fonts/Cabin-Regular.ttf') format('truetype');}
body{line-height: normal;font-family: 'Cabin-Regular', Arial, Candal, sans-serif !important;}
main{width: 94%;max-width: 1400px;margin: 0 auto;display: block;*zoom: 1;}
main:before, main:after{content: " ";display: table;}
main:after{clear: both;}
html{background: #fff;overflow-x: hidden;width: 100%;}
/*样式重置*/
*,::after,::before{box-sizing:border-box;}
html{line-height: 1.15;-webkit-text-size-adjust: 100%;}
body{margin: 0;}
body:before, body:after{content:""; width:100%; display:block;}
h1{font-size: 2em;margin: .67em 0;}
hr{box-sizing: content-box;height: 0;overflow: visible;}
pre{font-family: monospace,monospace;font-size: 1em;}
a{background-color: transparent;}
abbr[title]{border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b, strong{font-weight: bolder;}
code, kbd, samp{font-family: monospace,monospace;font-size: 1em;}
small{font-size: 80%;}
sub, sup{font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub{bottom: -.25em;}
sup{top: -.5em;}
img{border-style: none;}
button, input, optgroup, select, textarea{font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}
button, input{overflow: visible;}
button, select{text-transform: none;}
[type=button], [type=reset], [type=submit], button{-webkit-appearance: button;}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner{border-style: none;padding: 0;}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring{outline: 1px dotted ButtonText;}
fieldset{padding: .35em .75em .625em;}
legend{box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress{vertical-align: baseline;}
textarea{overflow: auto;}
[type=checkbox], [type=radio]{box-sizing: border-box;padding: 0;}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button{height: auto;}
[type=search]{-webkit-appearance: textfield;outline-offset: -2px;}
[type=search]::-webkit-search-decoration{-webkit-appearance: none;}
::-webkit-file-upload-button{-webkit-appearance: button;font: inherit;}
details{display: block;}
summary{display: list-item;}
template{display: none;}
[hidden]{display: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video{margin: 0;padding: 0;}
fieldset, img{border: 0;}
address, caption, cite, code, dfn, em, th, var, optgroup{font-style: normal;font-weight: normal;}
ins{text-decoration: none;}
li{list-style: none;}
table{font-size: inherit;font: 100%;border-collapse: collapse;border-spacing: 0;}
caption, th{text-align: left;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: 400;}
q:before, q:after{content: '';}
abbr, acronym{border: 0;font-variant: normal;}
legend{color: #000;}
input, button, textarea, select, optgroup, option{font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
input, button, textarea, select{border: 0;padding: 0;margin: 0;*font-size: 100%;line-height: 1.2;}
a img, img{-ms-interpolation-mode: bicubic;}
sub, sup{vertical-align: baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote{display: block;}
pre{white-space: pre-wrap;}
textarea{resize: none;overflow: auto;}
input[type=text]:focus, input[type=password]:focus, textarea:focus{outline: 0;}
button, input{outline: 0;}
input[type=password]::-ms-reveal{display: none;}
input::-ms-clear{display: none;}
input:-ms-input-placeholder{color: #999;}
/*样式重置*/
a:hover{color: #3369de;}
a:active{color: #3369de;}
/*滚动条*/
::-webkit-scrollbar{width: 9px;background-color: #fff;}
::-webkit-scrollbar-thumb{border: solid 2px #fff;width: 5px;border-radius: 4px;background-color: #373c41;}
::-webkit-scrollbar-corner{background-color: #fff;}
::-webkit-scrollbar:horizontal{height: 9px;}
::-webkit-selection{background: #dcdddc;color: #000;}
/*头部*/
#needHeaderBac{background: white;}
#needHeaderBac .header_logo .logo1{opacity: 1;visibility: visible;}
#needHeaderBac .header_logo .logo2{opacity: 0;visibility: hidden;}
#needHeaderBac #tNav .tNav .navName,
#needHeaderBac .header_box a{color: #666;}
#needHeaderBac .header_box a:hover{opacity: .8;}
#needHeaderBac .header_lang .lang_pc>a{filter: invert(100%);opacity: .6;}
#needHeaderBac.pc_header,
#needHeaderBac.pc_header .header_box{border-color: rgba(0,0,0,.1);}
.pc_header{position: fixed;top: 0;width: 100%;height: 90px;background: rgba(0, 0, 0, .1);backdrop-filter: blur(5px);border-bottom: 1px solid rgba(255, 255, 255, .3);box-shadow: 0 3px 4px rgb(0 0 0 / 10%);transition: all .5s ease;animation: fadeInDown 1s;z-index: 999;}
.pc_header .box{max-width: 96%;display: flex;align-items: center;margin: auto;justify-content: space-between;}
.pc_header .box:before, .pc_header .box:after{display: none;}
.pc_header .header_logo{height: 100%;z-index: 20;display: flex;align-items: center;overflow: visible;}
.pc_header .header_logo a{position: relative;display: flex;align-items: center;}
.pc_header .header_logo img{display: inline-block;max-width: 100%;max-height: 50px;transition: all .5s;}
.pc_header .header_logo .logo1{opacity: 0;visibility: hidden;}
.pc_header .header_logo .logo2{position: absolute;left: 0;opacity: 1;visibility: visible;}
.pc_header .header_box{display: flex;align-items: center;padding: 0 40px;border-left: 1px solid rgba(255,255,255,.2);transition: all .5s;height: 89px;margin-bottom: 1px;}
.pc_header .header_box a{color: #fff;font-size: 28px;}
.pc_header .header_box .btn a:last-child{display: none;}
.pc_header .header_box .btn.close a:first-child{display: none;}
.pc_header .header_box .btn.close a:last-child{display: block;}
.pc_header .header_box .search {position: absolute;top: 90px;right: 0;width: 350px;padding: 10px;background: #fff;z-index: 9999;display: flex;justify-content: center;align-items: center;box-shadow: -2px 18px 40px -9px rgb(0 0 0 / 20%);transform: translateX(100%);opacity: 0;visibility: hidden;transition: all .5s;}
.pc_header .header_box .search.active{transform: translateX(0);opacity: 1;visibility: visible;}
.pc_header .header_box .search form{width: 100%;display: flex;flex-wrap: wrap;position: relative;}
.pc_header .header_box .search form input[type="text"]{width: 100%;color: #666;font-size: 14px;height: 50px;border: none;outline: none;padding-left: 15px;border: 1px solid #e1e1e1;transition: all .5s;}
.pc_header .header_box .search form input[type="text"]:focus{box-shadow: none;border-color: #3369de;}
.pc_header .header_box .search button{position: absolute;top: 0;right: 0;width: 50px;height: 100%;color: #666;font-size: 20px;background: none;cursor: pointer;transition: all .5s;}
.pc_header .header_box .search button:hover{color: #3369de;}
.pc_header .header_box .search button i{font-size: inherit;}
.pc_header .header_lang{position: relative;padding-left: 40px;border-left: 1px solid rgba(0, 0, 0, .1);}
.pc_header .header_lang .lang_pc{position: relative;min-width: 125px;}
.pc_header .header_lang .lang_pc>a{position: relative;display: flex;color: #fff;font-size: 16px;height: 90px;white-space: nowrap;padding: 0 10px;z-index: 1;filter: invert(100%);opacity: .6;align-items: center;}
.pc_header .header_lang .lang_pc>a i{font-size: 12px;margin: 0 .3em;}
.pc_header .header_lang .lang_pc>a i:first-child{display:inline-block;vertical-align:middle;font-size:0;width: 20px;height: 20px;border-radius: 100%;background: url(../images/lang.gif) no-repeat center center;background-size: contain;margin-right: 5px;}
.pc_header .header_lang.mobile_language{display:none;margin-right: 70px;}
.pc_header .header_lang.mobile_language>a{width: 30px;font-size: 12px;text-align: center;padding: 0;border-radius: 50%;}
.pc_header .header_lang .lang_pc ul{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);min-width: 100%;background-color: #ffff;box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);opacity: 0;visibility: hidden;transition: all .5s;}
.pc_header .header_lang .lang_pc ul li{margin-left: 0 !important;float: left;border-bottom: 1px solid #ddd;width: 100%;text-align: left;}
.pc_header .header_lang .lang_pc ul li a{padding: 10px;display: block;color: #4f4f4f;position: relative;font-size: 14px;line-height: 1.5;white-space: nowrap;cursor: pointer;transition: all 0.3s ease-in-out;}
.pc_header .header_lang .lang_pc ul li img{height: 16px;margin-right: 8px;border: 1px solid #ddd;}
.pc_header .header_lang .lang_pc ul li a:hover{color: #3369de;}
.pc_header .header_lang .cur ul{opacity: 1;visibility: visible;}
@media only screen and (max-width: 1366px) and (min-width: 1025px){
.pc_header .header_logo img{max-height: 50px;}
.pc_header .header_box{padding: 0 30px;}
.pc_header .header_box a{font-size: 24px;}
.pc_header .header_lang{padding-left: 30px;}
.pc_header .header_lang .lang_pc{min-width: 120px;}
.pc_header .header_lang .lang_pc>a,
.pc_header .header_lang .lang_pc ul li{font-size: 14px;}}
@media only screen and (max-width: 1200px) and (min-width: 1025px){
.pc_header .header_logo{width: 15%;}}
@media only screen and (max-width: 1024px){
.pc_header{width:100%;max-width:100%;height: 60px;background:rgba(255,255,255,1);backdrop-filter: none;animation: none;}
.pc_header .box{max-width: 100%;padding-left: 10px;justify-content: space-between;}
.pc_header .header_logo{width: auto;}
.pc_header .header_logo .logo1{opacity: 1;visibility: visible;height: 30px;}
.pc_header .header_logo .logo2{display: none;}
.pc_header .header_box{position: absolute;right: 80px;padding: 0;border: 0;height: 59px;}
.pc_header .header_box.no{right: 70px;}
.pc_header .header_lang{position: static;padding: 0;margin-right: 60px;border: 0;}
.pc_header .header_lang .lang_pc{position: static;min-width: auto;}
.pc_header .header_lang .lang_pc>a{font-size: 14px;padding: 0;height: 60px;}
.pc_header .header_lang .lang_pc>a i{font-size: 10px;}
.pc_header .header_lang .lang_pc>a i:first-child{display: none;}
.pc_header .header_lang .lang_pc ul{display: flex;flex-wrap: wrap;top: 60px;left: 0;min-width: 100%;transform: none;}
.pc_header .header_lang .lang_pc ul li{width: calc(100% / 3);border-right: 1px solid #ddd;}
.pc_header .header_lang .lang_pc ul li:nth-child(3n){border-right: 0;}
.pc_header .header_lang .lang_pc ul li a{font-size: 12px;}
.pc_header .header_box a{color: #666;font-size: 20px;}
.pc_header .header_box .search{position: fixed;top: 60px;width: 100%;border-top: 1px solid rgba(0, 0, 0, .1);}
.pc_header .header_box .search form input[type="text"]{font-size: 13px;height: 40px;padding-left: 10px;}
.pc_header .header_box .search button{font-size: 20px;}}
@media only screen and (min-width: 1025px){
#tNav{width: 65%;display: flex;justify-content: flex-end;box-sizing: border-box;margin-left: auto;}
#tNav .tNavBox{width:100%;height:auto;overflow:visible;background: none;}
#tNav .navBtn{display:none;}
#tNav .navSliBtn{display:none;}
#tNav .iconJt,
#tNav .logo{display:none;}
#tNav .navUl{width: 100%;display: flex;justify-content: center;padding-right: 2%;}
#tNav .navLi{padding: 0;min-width: 9%;display: inline-block;font-size: 1rem;margin: 0 1vw;}
#tNav .navLi:hover .tNavH::before,#tNav .navLi.cur .tNavH::before{width:100%;opacity: 1;}
#tNav .tNavH{position:relative;}
#tNav .tNavH::before{content:'';position:absolute;bottom: 1px;left:50%;transform:translateX(-50%);display:block;width:0;height: 3px;background-color: #3369de;opacity: 0;transition:all .5s ease;}
#tNav .tNav .navName{position:relative;display:block;padding:0;color: #fff;font-size: 16px;line-height: 90px;text-align:center;text-transform: capitalize;}
#tNav .tNav.active .navName:hover{color:#3369de;}
#tNav .tNav.active .navName{color:#333;font-family: 'Cabin-Regular', cursive !important;}
#tNav .navName::after{content: attr(data-title);position: absolute;top: 0;left: 0;transform: translateY(100%);width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;color: #3369de;font-weight:bold;display:none;}
#tNav .navLi:hover .navName{transform: translateY(0%);}
#tNav .slidBox{position: absolute;left: -50%;right: 0;width: 200%;opacity: 0;visibility: hidden;z-index: 110;margin: 0 auto;transform: translate3d(0, 20px, 0);transition: all .5s ease;background: #fff;box-shadow: 0 2px 5px rgba(0,0,0,0.075);display: none;}
#tNav .navLi:hover .slidBox{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);}
#tNav .navSbox{position: relative;float: none;width: 100%;margin-left: 0%;height: auto;overflow: hidden;font-size: 0;white-space: nowrap;}
#tNav .navSli{width: 100%;float: none;font-size: 14px;position: relative;text-align: center;}
#tNav .navSli:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: rgba(0,0,0,.1);transition: all .5s ease;-webkit-transition: all .5s ease;}
#tNav .navSlink{display:block;color: #333;line-height: 40px;}
#tNav .navSli:hover .navImg{transform:translateX(-50%) scale(1.1);}
#tNav .navSli:hover .navSlink{color: #fff;background: #3369de;}
#tNav .navSli:hover .navSlink::after{width: 100%;opacity: 1;}
#tNav .xiala_nav{position:absolute;left:0;top:100%;width:100%;background: #fbfbfb;height: 340px;box-shadow: 0px 2px 13px 1px rgba(0,0,0,0.2) inset;display:none;}
#tNav .xiala_nav .left{display: flex;justify-content: space-between;padding-top: 50px;}
#tNav .xiala_nav .left .rect-6219{padding-bottom:62.19%;}
#tNav .xiala_nav .left .nav_infor{float:left;width: 70%;}
#tNav .xiala_nav .left .nav_infor .t{font-size:35px;color: #333;font-weight:bold;line-height:35px;margin-bottom:30px;}
#tNav .xiala_nav .left .nav_infor .c{font-size:14px; color:#666; line-height:25px; margin-bottom:17px;}
#tNav .xiala_nav .left .nav_infor .list li{float:left; width:33.3%; font-size:14px; line-height:34px; color:#666;}
#tNav .xiala_nav .left .nav_infor .list li a{color: inherit;}
#tNav .xiala_nav .left .nav_infor .list li a:hover{color:#3369de;}
#tNav .xiala_nav .left .nav_img{float:right;width: 21.43%;padding-top:54px;/* padding-right:5%; */}
#tNav .xiala_nav .left .nav_img>div{position: relative;width: 100%;padding-bottom: 61.67%;overflow: hidden;}
#tNav .xiala_nav .left .nav_img>div img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.white #tNav .tNav .navName{color: #fff;}}
@media only screen and (max-width: 1366px) and (min-width: 1025px){
#tNav .tNav{width: 100%;margin: 0 auto;overflow: visible;}
#tNav .tNav .navName{font-size: 16px;}}
@media only screen and (max-width: 1200px) and (min-width: 1025px){
#tNav{width: 70%;}
#tNav .tNav .navName{font-size: 15px;}}
@media only screen and (max-width: 1024px){
body:before{height: 60px;}
#tNav{width: 16.5%;}
#tNav .leftBox{display:none;}
#tNav .tNavBox{position:relative;height: 60px;background:none;}
#tNav .navBtn{position: absolute;top: 50%;right: 10px;margin-top: -20px;background: #3369de;width: 40px;height: 40px;padding: 10px 8px;border-radius: 3px;overflow: hidden;}
#tNav .navBtn span{position: relative;right: 0;display: block;width: 100%;height: 2px;margin: 7px auto;background-color: #fff;border-radius: 5px;transition: 0.3s;}
#tNav .navBtn span:nth-of-type(1){margin-top: 0;}
#tNav .navBtn span:nth-of-type(3){margin-bottom: 0;}
#tNav .navBtn.cur span:nth-of-type(1){transform: translateY(9px) rotate(-45deg);}
#tNav .navBtn.cur span:nth-of-type(2){opacity: 0;right: -35px;}
#tNav .navBtn.cur span:nth-of-type(3){transform: translateY(-9px) rotate(45deg);}
#tNav .tNav{position: fixed;top: 60px;left:0;right:0;width: 100%;height: 0;overflow: hidden;z-index:999;border-top: 1px solid rgba(0, 0, 0, .1);background: rgba(255, 255, 255, 0.9);backdrop-filter: blur(5px);transition:all .5s ease;}
#tNav .tNavHeight{height: 100%;}
#tNav .tNav .logo{height: 70px;display: flex;padding-left: 1rem;display: none;}
#tNav .tNav .logo a{width: 30%;min-width: auto;}
#tNav .tNav .logo img{max-width: 100%;max-height: 50px;}
#tNav .slidBox,
#tNav .xiala_nav{display:none;}
#tNav .navUl{background: none;overflow:hidden;}
#tNav .navLi{border-bottom: 1px solid rgba(0,0,0,.1);position: relative;}
#tNav .tNavH{position: relative;height: 46px;line-height: 46px;padding: 0 8%;font-size: 14px;font-weight:normal;transition: all .5s ease;}
#tNav .tNavHBac{background-color: #3369de;}
#tNav .navName,#needHeaderBac #tNav .tNav .navName{display: block;width: 100%;height: 100%;color: #333;}
#tNav .iconJt{position:absolute;top: 0;right:2%;display:flex;width:46px;height:46px;justify-content:center;align-items:center;color: #666;font-size:0.875rem;transition:all .5s ease;}
#tNav .iconJtRotate{transform: rotate(-180deg);}
#tNav .tNavHBac .navName,
#needHeaderBac #tNav .tNavHBac .navName,
#tNav .tNavHBac .iconJt{color: #fff;}
#tNav .navSbox{padding: 10px 0;background: rgba(0,0,0,.1);}
#tNav .navSli{padding-left: 8%;font-size: 0.875rem;height: 38px;line-height: 38px;}
#tNav .navSlink{display:block;width:100%;height:100%;color: #666;}}
@media only screen and (max-width: 768px){
body:after{height: 60px;}
#tNav .tNav .logo a{width: 70%;}}

.news_ban{display: flex;justify-content: space-between;margin-bottom: 3rem;}
.news_ban .left{position: relative;width:62.5%;background: #000;text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
.news_ban .left .img{position: relative;width: 100%;padding-bottom:49%;overflow: hidden;opacity: .7;}
.news_ban .left .img img{position: absolute;left: 0;top:0;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.news_ban .left .cover{position:absolute; left:0; width:100%; height:100%; top:0; background:none;}
.news_ban .left .cover a{display:block;}
.news_ban .left .cover .box{padding: 50px;}
.news_ban .left .cover .box .date{font-family: Arial;color: #3369de;font-size: 16px;margin-bottom:15px;text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 5px;}
.news_ban .left .cover .box .tit{color: #fff;font-size: 26px;font-weight:bold;}
.news_ban .left .cover .box .con{color: #fff;font-size:16px;line-height: 2;margin-top: 25px;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.news_ban .right{width:34.5%;margin: 0;background: #f6f6f6 url(../images/news_bg1.jpg) right bottom / cover;}
.news_ban .right .rect{position: relative;width: 100%;height: 0;padding-bottom: 88.6%;overflow: hidden;}
.news_ban .right .box{padding:65px 50px;}
.news_ban .right .box .date{font-family: Arial;color: #333;font-size:16px;margin-bottom:20px;}
.news_ban .right .box .tit{font-size: 24px;font-weight:bold;color:#000;line-height:1.2;}
.news_ban .right .box .con{color: #5a5a5a;font-size:16px;line-height: 2;text-align: justify;margin-top: 25px;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.news_ban .right .box .links a{display:inline-block; vertical-align:middle; padding:0 12px; height:28px; line-height:28px; border:1px solid #6a6a6a; text-align:center; color:#6a6a6a; margin-right:8px; margin-bottom:5px;}
.news_ban .right .box .links a:hover{background:#fac109; border-color:#fac109; color:#fff;}
.news_ban .right .btn{position:absolute;bottom:50px;left: 50px;display: flex;z-index: 1;}
.news_ban .right .btn>div{position: revert;width:50px;height:50px;color: #fff;font-size: 20px;font-weight: bold;margin: 0;background: #3369de;}
.news_ban .right .btn>div:after{font-size: inherit;}
.news_ban .right .btn .swiper-button-next{color: #333;margin-left: 8px;background: #dfddde;}
@media only screen and (max-width: 1440px){
.news_ban .left .cover .box,
.news_ban .right .box{padding: 40px;}
.news_ban .left .cover .box .tit,
.news_ban .right .box .tit{font-size: 22px;}
.news_ban .left .cover .box .con,
.news_ban .right .box .con{font-size: 15px;margin-top: 20px;}
.news_ban .right .btn{bottom: 40px;left: 40px;}}
@media only screen and (max-width: 1024px){
.news_ban .left .cover .box,
.news_ban .right .box{padding: 30px;}
.news_ban .left .cover .box .date,
.news_ban .right .box .date{font-size: 14px;margin-bottom: 15px;}
.news_ban .left .cover .box .tit,
.news_ban .right .box .tit{font-size: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news_ban .left .cover .box .con,
.news_ban .right .box .con{font-size: 14px;margin-top: 15px;-webkit-line-clamp: 3;}
.news_ban .right .btn{bottom: 30px;left: 30px;}
.news_ban .right .btn>div{width: 40px;height: 40px;font-size: 16px;}}
@media only screen and (max-width: 768px){
.news_ban{display: none;}}

.newListBox{padding: 4rem 0;}
.newListBox .news_list .rect-667{position: relative;width: 100%;padding-bottom: 60%;overflow: hidden;}
.newListBox .news_list .rect-667 img{position: absolute;left: 0;top:0;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.newListBox .news_list ul li{line-height: 1.6;margin-bottom: 3rem;}
.newListBox .news_list ul .box{overflow: hidden;}
.newListBox .news_list ul .box a{display: flex;background: #f6f6f6;}
.newListBox .news_list ul .img{flex: none;width: 25%;}
.newListBox .news_list ul .txt{display: flex;flex: 1;min-width: 0;padding: 30px;margin-right: 30px;flex-direction: column;justify-content: center;}
.newListBox .news_list ul .txt .t{color: #333;font-size: 24px;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.newListBox .news_list ul .txt .c{color: #5a5a5a;font-size: 16px;line-height: 1.8;text-align: justify;margin-top: 15px;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;transition: all .5s;}
.newListBox .news_list ul .txt .tool{display: none;color: #666;font-size: 14px;margin-top: 5px;}
.newListBox .news_list ul .date{position: relative;display: flex;width: 10%;font-family: Arial;color: #9c9c9c;font-size: 20px;line-height: 1;flex-direction: column;justify-content: center;align-items: center;transition: all .5s;}
.newListBox .news_list ul .date:before{content:"";position: absolute;top: 50%;left: -10px;margin-top: -10px;border-width: 10px;border-style: dashed;border-bottom-style: solid;border-color: transparent;border-right-color: transparent;border-left: none;transition: all .5s;}
.newListBox .news_list ul .date span{display: block;font-size: 68px;margin-bottom: 15px;}
.newListBox .news_list ul li:hover .txt .t{color:#3369de;}
.newListBox .news_list ul li:hover img{transform: scale(1.1);}
.newListBox .news_list ul li:hover .date{color: #fff;background: #3369de;}
.newListBox .news_list ul li:hover .date:before{border-right-color: #3369de;}
@media only screen and (max-width: 1440px){
.newListBox{padding: 3rem 0;}
.newListBox .news_list ul .txt .t{font-size: 22px;}
.newListBox .news_list ul .txt .c{font-size: 15px;}}
@media only screen and (max-width: 1024px){
.newListBox{padding: 2rem 0;}
.newListBox .news_list ul li{margin-bottom: 2rem;}
.newListBox .news_list ul .txt{padding: 20px;margin-right: 20px;}
.newListBox .news_list ul .txt .t{font-size: 20px;}
.newListBox .news_list ul .txt .c{font-size: 14px;margin-top: 10px;}
.newListBox .news_list ul .date{font-size: 16px;}
.newListBox .news_list ul .date span{font-size: 50px;margin-bottom: 10px;}}
@media only screen and (max-width: 768px){
.newListBox{padding: 1rem 0;}
.newListBox .news_list ul li{margin-bottom: 3%;}
.newListBox .news_list ul li:last-child{margin-bottom:0;}
.newListBox .news_list ul .img{width: 40%;}
.newListBox .news_list ul .txt{margin: 0;}
.newListBox .news_list ul .txt .t{font-size: 18px;}
.newListBox .news_list ul .txt .c{font-size: 14px;line-height: 1.5;}
.newListBox .news_list ul .txt .tool{display: block;}
.newListBox .news_list ul .date{display: none;}}
@media only screen and (max-width: 480px){
.newListBox .news_list ul .txt{padding: 10px;}
.newListBox .news_list ul .txt .t{font-size: 16px;}
.newListBox .news_list ul .txt .c{font-size: 13px;display: none;}}

.job_list{margin: 4rem 0;}
.job_list .job-tit{display: flex;color:#fff;font-size: 16px;line-height: 70px;background: #3369de;}
.job_list .job-tit i{font-size: 25px;margin-right: 5px;vertical-align: bottom;}
.job_list ._jt {display: flex;color: #666;line-height: 70px;cursor:pointer;border-bottom:1px solid #dedede;align-items: center;transition: all .5s ease;}
.job_list ._jt._jt_act{background: #eee;}
.job_list ._ut{width: 20%;padding-left: 40px;}
.job_list .open{transition: all .5s ease;}
.job_list ._jt_act .open{transform: rotate(-180deg);}
.job_list ._t1{width: 35%;}
.job_list ._jc{display:none;border-bottom: 1px solid #dedede;}
.job_list ._jcon{padding:40px;}
.job_list .job-btn{display: block;width: 100px;color:#fff;font-size: 15px;line-height: 2.7;text-align: center;margin-top:40px;border-radius:3px;cursor: pointer;background: #3369de;}
.job_list .tit{position: relative;color: #666;font-size:16px;margin-bottom:20px;}
.job_list .tit:before{content: '';display: inline-block;width: 10px;height: 10px;margin-right: 10px;background: #3369de;}
.job_list .info{color: #666;font-size: 13px;line-height: 2;}
@media only screen and (max-width: 1024px){
.job_list .job-tit{font-size: 14px;line-height: 60px;}
.job_list .job-tit i{font-size: 22px;}
.job_list ._jt{line-height: 60px;}
.job_list ._ut{padding-left: 20px;}
.job_list ._jcon{padding: 20px;}
.job_list .job-btn{font-size: 14px;margin-top: 20px;}}
@media only screen and (max-width: 768px){
.job_list{margin: 2rem 0;}
.job_list .job-tit{line-height: 50px;}
.job_list .job-tit i{font-size: 22px;}
.job_list ._jt{font-size: 12px;line-height: 50px;}
.job_list ._t2,
.job_list ._t4{display: none;}
.job_list ._ut{width: 45%;}
.job_list .info{font-size: 12px;}}

footer{background: url(../images/foot_bg.jpg) center top no-repeat;background-size: cover;}
footer .top{display: flex;justify-content: space-between;align-items: center;margin-top: 2rem;}
footer .logo img{max-height: 40px;}
footer .search{display: flex;align-items: center;width: 30%;font-size: 16px;}
footer .search span{color: #fff;}
footer .search form{position: relative;flex: 1;display: flex;align-items: center;}
footer .search form input[type="text"]{width: 100%;color: #fff;line-height: 2.7;border: none;outline: none;padding-left: 15px;border: 1px solid #fff;background: none;opacity: .7;transition: all .5s;}
footer .search form input::placeholder{color:inherit;}
footer .search button{position: absolute;top: 0;right: 0;width: 50px;height: 100%;color: #3369de;font-size: 20px;background: #fff;cursor: pointer;transition: all .5s;}
footer .search button i{font-size: inherit;}
footer .bottom{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 3rem 0 2rem;}
footer .left{display: flex;flex: none;width: 75%;}
footer .left dl{flex: 1;min-width: 0;}
footer .left dl:last-child{flex: none;width: 80%;}
footer .left dl dt,
footer .right dt{color: #fff;font-size: 22px;margin-bottom: 20px;}
footer .left dl i{display: none;}
footer .left .box{display: flex;flex-wrap: wrap;}
footer .left .box p{width: 50%;}
footer .bottom p{color: #fff;font-size: 16px;line-height: 1.5;padding: .5rem 0;}
footer .bottom p a{color: inherit;}
footer .bottom ul{display: flex;text-align: center;margin-bottom: 10px;}
footer .bottom li+li{margin-left: 40px;}
footer .bottom li img{width: 120px;height: 120px;}
footer .bottom li #ewm1{padding: 5px;background: #fff;}
footer .bottom li #ewm1 canvas{display: block;}
footer .bottom li p{margin-top: 10px;}
footer .right{width: 25%;}
footer .copyright{display: flex;color: rgba(255,255,255,.6);font-size: 16px;line-height: 3;padding: 18px 0;border-top: 1px solid rgba(255, 255, 255, .2);}
footer .copyright span{margin-right: 10px;}
footer .copyright span:nth-last-child(2){margin: 0;margin-left: auto;}
footer .copyright span img{vertical-align: sub;}
footer .copyright a{color: inherit;}
@media only screen and (max-width: 1440px){
footer .left dl dt,
footer .right dt{font-size: 20px;}
footer .top .search,
footer .bottom p,
footer .copyright{font-size: 14px;}}
@media only screen and (max-width: 1024px){
footer .top{margin-top: 1rem;}
footer .bottom{margin: 2rem 0 1rem;}
footer .left{width: 100%;}
footer .right{display: none;}}
@media only screen and (max-width: 768px){
footer .bottom{margin: 1rem 0 0;}
footer .top .search,
footer .bottom ul{display: none;}
footer .left{flex-wrap: wrap;width: 100%;padding: 10px 0;margin-bottom: 10px;border-top: 1px solid rgba(255, 255, 255, 0.22);border-bottom: 1px solid rgba(255, 255, 255, 0.22);}
footer .left dl{min-width: auto;width: 100%!important;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-top: 10px;}
footer .left dl:first-child{margin-top: 0;padding-bottom: 10px;border-bottom: 1px solid rgba(255, 255, 255, 0.22);}
footer .left dl dt{font-size: 16px;margin: 0;}
footer .left dl i{display: block;color: #fff;cursor: pointer;font-size: 12px;height: 12px;transition: all .5s ease;}
footer .left dl i.iconJtRotate{transform: rotate(180deg);}
footer .left dl dd{display: none;width: 100%;padding: 10px;margin-top: 10px;background: rgba(255, 255, 255, .1);}
footer .right{display: block;width: 100%;margin-bottom: 10px;}
footer .copyright{line-height: 2;padding: 16px 0;display: flex;flex-direction: column;}    
footer .copyright font{display: none;}
footer .copyright span{width: 100%;margin: 0;text-align: center;}
footer .copyright span:first-child{display: none;}}
/*内页*/
.small_banner{position: relative;max-height: 700px;height: 38vw;display: flex;overflow: hidden;align-items: center;}
.small_banner .pic{position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: no-repeat center/cover;}
.small_banner .mask{width: 100%;color: #333;z-index: 1;}
.small_banner .mask .a1{font-size: 2.1vw;line-height: 120%;}
.small_banner .mask .a2{margin-top: 20px;width: 4vw;height: 4px;background: #005bac;}
@media only screen and (max-width: 1024px){
.small_banner{height: 40vw;padding-top: 0;}
.small_banner .mask .a1{font-size: 3.1vw;}
.small_banner .mask .a2{width: 6vw;height: 3px;}}
@media only screen and (max-width: 768px){
.small_banner{/* height: 50vw; */}
.small_banner .mask .a1{font-size: 4.1vw;}
.small_banner .mask .a2{width: 8vw;}}
@media only screen and (max-width: 640px){
.small_banner{/* height: 60vw; */}
.small_banner .mask .a1{font-size: 5.1vw;}
.small_banner .mask .a2{margin-top: 10px;width: 10vw;height: 2px;}}

.location{width: 100%;position: relative;background: #fff;border-bottom: 1px solid #ebebeb;}
.location>main{display: flex;align-items: center;}
.ny_class{position: relative;width: 70.34%;z-index: 9;}
.ny_class ul{text-align: left;display: flex;flex-wrap: nowrap;}
.ny_class ul li{display: inline-block;color: #fff;width: auto;vertical-align: top;}
.ny_class ul li a{position: relative;font-size: 16px;line-height: 65px;padding: 0px 30px;color: #333;display: block;transition: all .5s ease;}
.ny_class ul li a:before{position:absolute;content:'';left:50%;bottom: 0;width:0%;height: 4px;border-radius: 5px;background-color:none;transition: all .5s ease;}
.ny_class ul li a:after{content:"";position:absolute;width:1px;height:15px;display:block;background: #ececec;top:50%;margin-top:-7px;right:0px;}
.ny_class ul li:last-child a:after{display:none;}
.ny_class ul li a:hover,.ny_class ul li a.cur{color: #3369de;}
.ny_class ul li a:hover:before,.ny_class ul li a.cur:before{width:80%;left:10%;background-color: #3369de;}
.ny_class .btn-pre,.ny_class .btn-next{position: absolute;top: 50%;transform: translateY(-50%);width: 25px;height: 50px;line-height: 50px;text-align: center;z-index: 999;color: #666;cursor: pointer;display: none;}
.ny_class .btn-pre{left: 0;}
.ny_class .btn-next{right: 0;}
.weizhi{color: #666;font-size: 15px;line-height: 30px;box-sizing: border-box;}
.location .weizhi{width: 29.659999999999997%;text-align: right;display: flex;justify-content: flex-end;align-items: center;}
.weizhi .fa-home{height: 24px;color: #3369de;font-size: 20px;vertical-align: middle;}
.weizhi a{color: #555;text-transform: capitalize;}
.weizhi a:hover{color: #3369de;}
.weizhi .fa-caret-right{font-size: 12px;margin: 0 15px;}
@media only screen and (max-width: 1440px){
.ny_class ul li a{font-size: 15px;}}
@media only screen and (max-width: 1024px){
.location>main{display: block;width: 100%;}
.ny_class{width: auto;border-bottom: 1px solid #eee;}
.weizhi,.location .weizhi{width: 100%;text-align: left;padding: 10px 2%;}}
@media only screen and (max-width: 768px){
.ny_class{padding: 0px 25px;border: 0;}
.ny_class ul li a{font-size: 14px;line-height: 50px;padding: 0px 20px;}
.ny_class .btn-pre,.ny_class .btn-next{display: block;}
.location .weizhi{display: none;}}

.nr_page{overflow: hidden;background-color: #fff;position: relative;min-height: 640px;margin: 4rem 0;}
.nr_page.news_box{margin: 0;background: #f2f2f2;}
.nr_page.news_box .list_box{width: 100%;padding: 4%;margin: 4% 0;background: #fff;}
.nr_page .title{max-width: 80%;font-size: 30px;font-weight: bold;color: #373c41;text-align: center;word-break: break-all;margin: auto;}
.nr_page .status{position: relative;color: #666;font-size: 14px;text-align: center;padding: 20px 0;overflow: hidden;border-bottom: 1px solid #d9d9d9;}
.nr_page .status a{color: inherit;}
.nr_page .intro{color: #595959;font-size: 14px;padding: 10px;white-space: normal;background: #f2f2f2;margin-bottom: 20px;}
.nr_page .content{font-size: 16px;padding: 20px 0;word-break: break-word !important;overflow: hidden;}
.nr_page .content>h1{color: #151515;font-size: 36px;font-weight: bold;}
.nr_page .content>h2{position: relative;color: #151515;font-size: 28px;font-weight: bold;padding-bottom: 1.5%;margin-bottom: 3%;border-bottom: 1px solid #d8d8d8;}
.nr_page .content>h2 strong{position: relative;top: -1px;padding-bottom: 1.5%;border-bottom: 3px solid #1c202b;}
.nr_page .content>h3{color: #151515;font-size: 28px;font-weight: bold;padding-bottom: 1%;}
.nr_page .content p{color: #555;line-height: 1.8;}
.nr_page .content p a{color: #1c202b;text-decoration: underline;}
.nr_page .content img{max-width: 100% !important;height: auto!important;display: block !important;margin: 0 auto;}
@media only screen and (max-width: 1600px){
.nr_page .content>h1{font-size: 32px;}
.nr_page .content>h2{font-size: 25px;}
.nr_page .content>h3{font-size: 26px;}}
@media only screen and (max-width: 768px){
.nr_page .content{font-size: 14px;padding: 10px 0;}
.nr_page .content>h1{font-size: 22px;}
.nr_page .content>h2{font-size: 18px;}
.nr_page .content>h3{font-size: 18px;}}

.nr_page .key{color: #595959;}
.nr_page .key span{color: #595959;}
.nr_page .key p{display: inline-block;}
.nr_page .key button{font-size: 14px;margin: 2px;padding: 6px 5px;background-color: #fff;border: 1px solid #ccc;border-radius: 4px;cursor: pointer;transition: all .5s ease;}
.nr_page .key button:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}
.nr_page .reLink{display: flex;margin: 20px 0;padding-bottom: 20px;border-bottom: 1px solid #d9d9d9;overflow: hidden;}
.nr_page .prev,.nr_page .next{width: 50%;color: #595959;line-height: 1.5;}
.nr_page .prev a,.nr_page .next a{color: #595959;}
.nr_page .next{text-align: right;}
.nr_page .relevant{margin-top: 30px;}
.nr_page .relevant .tit{background-color: #ededed;}
.nr_page .relevant .tit h3{color: #333;font-size: 18px;line-height: 3;padding: 0 15px;}
.nr_page .relevant .list{padding: 20px;border: 1px solid #f0f0f0;}
.nr_page .relevant ul li{width: calc(100% / 3);padding-top: 20px;}
.nr_page .relevant ul li .box{display:block;width:100%;height:100%;position:relative;transition:all .5s ease;}
.nr_page .relevant ul li .img{width:100%;height:0px;position:relative;padding-bottom:62%;}
.nr_page .relevant ul li .img img{position:absolute;width:100%;height:100%;top: 0;left: 0;object-fit: cover;}
.nr_page .relevant ul li .txt{width:100%;padding:20px 10px;box-sizing: border-box;}
.nr_page .relevant ul li span{color:#999;}
.nr_page .relevant ul li h3{height:40px;line-height:40px;color:#333;font-size:1.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;}
.nr_page .relevant ul li .line{border-top-color:#1c202b;border-top-width:1px;border-top-style:solid;margin:10px 0;width:5%;transition:all .5s ease;}
.nr_page .relevant ul li p{font-size:0.875rem;display:-webkit-box;overflow:hidden;word-break:break-word;-webkit-line-clamp: 3;-webkit-box-orient:vertical;text-overflow:ellipsis;line-height:1.6;color:#999;overflow-wrap: break-word;}
.nr_page .relevant ul li:hover .box{transform:translateY(-15px);}
.nr_page .relevant ul li:hover .line{width:100%;}
.nr_page .relevant .swiper-pagination{position: relative;bottom: auto;margin-top: 2%;}
.nr_page .relevant .swiper-pagination-bullet{width: 12px;height: 12px;position: relative;box-sizing: border-box;background: rgba(0, 0, 0, 0.4);opacity: 1;transition: all .5s ease;box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);}
.nr_page .relevant .swiper-pagination-bullet:hover:after{transform: scale(2);}
.nr_page .relevant .swiper-pagination-bullet:after{content: '';width: 4px;height: 4px;background: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;border-radius: 50%;transition: all .5s ease;}
.nr_page .relevant .swiper-pagination-bullet-active{border: 2px solid #fff;}
.nr_page .relevant .swiper-pagination-bullet-active:after{width: 0;height: 0;transform: scale(0);}
@media only screen and (max-width: 768px){
.nr_page{margin: 2rem 0;min-height: auto;}
.nr_page .title{max-width: 100%;font-size: 18px;line-height: 1.6;margin-top: 10px;}
.nr_page .status{border: 0;line-height: 24px;padding: 10px 0;border-bottom: 1px solid #d9d9d9;}
.nr_page .status>span#switcher,
.nr_page .status .articleShare{display: none;}
.nr_page .intro{display: none;}
.nr_page .key button{font-size: 12px;padding: 5px 3px;}
.nr_page .reLink{display: block;margin: 3vw auto;padding: 0;border: 0;}
.nr_page .reLink span{font-weight: bold;}
.nr_page .prev,.nr_page .next{width: auto;text-align: left;background: #f2f2f2;padding: 10px;margin: 2vw auto;}
.nr_page .relevant{margin-top: 20px;}
.nr_page .relevant .tit h3{font-size: 16px;}
.nr_page .relevant .list{padding: 10px;}
.nr_page .relevant ul li{width: 100%;padding-top: 0;}
.nr_page .relevant ul li:hover .box{transform:translateY(0);}
.nr_page .relevant ul li:hover .line{width: 5%;}}

.imgListBox{margin: 4rem 0;}
.img_list{display: flex;flex-wrap: wrap;justify-content: flex-start;margin: 0 -1.3%;}
.img_list li{width: calc( 100% / 3 - 2.6%);margin: 0 1.3%;margin-bottom: 2.6%;padding: 10px;padding-bottom: 0;background: #f6f6f6;box-sizing: border-box;transition: all .5s;}
.img_list li .img{position: relative;width: 100%;padding-bottom: 70%;background: #fff;overflow: hidden;}
.img_list li .img img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: contain;transition: all .5s;}
.img_list li h3{color: #666;font-size: 16px;line-height: 3.5;text-align: center;padding: 0 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all .5s;}
.img_list li:hover{background: #3369de;}
.img_list li:hover img{transform: scale(1.1);}
.img_list li:hover h3{color: #fff;}
.img_list.honor li{width: calc(100% / 4 - 2.6%);}
.img_list.honor li .img{padding-bottom: 140%;}
@media only screen and (max-width: 1440px){.img_list li h3{font-size: 15px;}}
@media only screen and (max-width: 768px){
.imgListBox{margin: 2rem 0;}
.img_list li,
.img_list.honor li{width: calc( 100% / 2 - 4%);margin: 0 2%;margin-bottom: 4%;padding: 5px;padding-bottom: 0;}
.img_list li h3{font-size: 14px;line-height: 2.5;}}

.contact{position: relative;margin-top: 4rem;z-index: 2;}
.contact .tit{margin-bottom: 30px;text-align: center;}
.contact .tit h3{color: #333;font-size: 32px;}
.contact .tit p{color: #999;font-size: 15px;line-height: 1.6;padding-top: 15px;}
.contact .lianxi{position: relative;display: flex;justify-content: space-between;}
.contact .left{width: 100%;border: 1px solid #d5d5d5;}
.contact .left #map{width: 100%;height: 100%;display: block;}
.contact .left #map .anchorBL{display: none !important;}
.contact .right{flex: none;width: 31%;min-width: 450px;margin-left: 2rem;padding: 3%;background: #005bac;}
.contact .right img{max-width: 100%;}
.contact .right .txt{padding: 30px 15px;margin: 30px 0;border-top: 1px solid rgba(255, 255, 255, .35);border-bottom: 1px solid rgba(255, 255, 255, .35);}
.contact .right .txt p{color: #fff;font-size: 15px;line-height: 2.5;}
.contact .right .txt span{font-size: 34px;font-style: italic;line-height: 0;}
.contact .right .ewm{display: flex;align-items: flex-end;}
.contact .right .ewm>div{flex: none;width: 100px;height: 100px;margin-left: 15px;box-shadow: 0 5px 6px rgba(0, 0, 0, .1);}
.contact .right .ewm #ewm2{padding: 5px;background: #fff;}
.contact .right .ewm #ewm2 canvas{display: block;}
.contact .right .ewm img{display: block;width: 100%;height: 100%;}
.contact .right .ewm span{color: #fff;font-size: 15px;line-height: 1.75;margin-left: 10px;white-space: nowrap;}
.contact .message{margin: 4rem 0;}
@media only screen and (max-width: 1440px){
.contact .right .txt{padding: 25px 10px;margin: 25px 0;}
.contact .right .txt p,
.contact .right .ewm span{font-size: 14px;}
.contact .right .txt span{font-size: 32px;}
.contact .right .ewm>div{margin-left: 10px;}}
@media only screen and (max-width: 1024px){
.contact{margin-top: 2rem;}
.contact .tit{margin-bottom: 20px;}
.contact .tit h3{font-size: 30px;}
.contact .tit p{font-size: 13px;padding-top: 10px;}
.contact .left,
.contact .right{width: 48.5%;min-width: auto;margin: 0;}
.contact .message{margin: 2rem 0;}}
@media only screen and (max-width: 768px){
.contact .tit h3{font-size: 22px;}
.contact .tit p{font-size: 14px;}
.contact .lianxi{display: flex;flex-direction: column-reverse;}
.contact .left,
.contact .right{width: 100%;}
.contact .left #map{height: 300px;}
.contact .right{padding: 1.5rem;margin-bottom: 1rem;}
.contact .right .txt{padding: 20px 10px;margin: 20px 0;padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}
.contact .right .ewm{display: none;}}

.inner_book{position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;}
.inner_book .layui-form-item{width: 32.333%;margin-bottom: 20px;}
.inner_book .layui-form-item .icon{position: absolute;top: 0;right: 0;width: 50px;height: 100%;display: flex;justify-content: center;align-items: center;color: #959595;font-size: 20px;}
.inner_book .layui-form-item .icon i{font-size: inherit;}
.inner_book .layui-form-text{width: 100%;margin-right: 0;margin-bottom: 40px;}
.inner_book .btn{display: flex;width: 40%;justify-content: space-between;}
.inner_book .btn:after{display: none;}
.inner_book .layui-input,.inner_book .layui-textarea{color: #434343;height: 50px;line-height: 50px;border-radius: 0;border: 1px solid #dee0e2;}
.inner_book .layui-textarea{height: auto;line-height: normal;min-height: 240px;resize: none;padding: 10px;vertical-align: middle;}
.inner_book .Code{width: 48%;display: flex;align-items: center;}
.inner_book .Code input{display: inline-block;width: 50%;}
.inner_book .Code img{width: 20%;height: 100%;background: #fff;object-fit: none;cursor: pointer;}
.inner_book .layui-form-item.checkbox{position: absolute;width: auto;right: 0;bottom: 82px;margin: 0;}
.inner_book .checkbox .layui-input-block{margin: 0;min-height: 20px;}
.inner_book .layui-input:focus,
.inner_book .layui-textarea:focus{border-color: #3369de!important;box-shadow: 0 0 0 3px rgba(51,105,222,.08)}
.inner_book .layui-btn{width: 48%;font-size: 16px;height: auto;line-height: 50px;border-radius: 50px;background-color: #14409c;}
.inner_book .layui-btn.reset{background-color: #848484;margin: 0;}
.inner_book .layui-btn:hover{color: #fff;background-color: #333;opacity: 1;}
@media only screen and (max-width: 1024px){
.inner_book .layui-form-item{margin-bottom: 15px;}
.inner_book .layui-form-item .icon{width: 40px;font-size: 16px;}
.inner_book .layui-form-text{margin-bottom: 35px;}
.inner_book .layui-input, .inner_book .layui-textarea{height: 40px;line-height: 40px;}
.inner_book .layui-form-item.checkbox{bottom: 65px;}
.inner_book .layui-btn{font-size: 14px;line-height: 40px;}}
@media only screen and (max-width: 768px){
.inner_book .layui-form-item{width: 100%;}
.inner_book .layui-form-text{margin-bottom: 15px;}
.inner_book .layui-textarea{height: auto;line-height: normal;min-height: 150px;}
.inner_book .Code input{width: 75%;}
.inner_book .Code img{width: 25%;height: 40px;}
.inner_book .layui-form-item.checkbox{position: static;width: 100%;margin-bottom: 15px;}}

.page{text-align: center;padding: 30px 0;}
.page:before, .page:after{content: " ";display: table;}
.page:after{clear: both;}
.page li{display:inline-block;border:solid 0px #ddd;border-radius:4px;}
.page li a{min-width: 38px;color: #666;font-size: 14px;display: inline-block;padding: 0 10px;margin: 2.5px;text-align: center;line-height: 36px;background: #ddd;border-radius: 50%;box-sizing: border-box;transition: all .5s ease;}
.page li:hover a,
.page li.active a{color: #fff;background: #3369de;border-color: #3369de;}
@media only screen and (max-width: 768px){
.page{padding: 20px 0;}
.page li a{min-width: 30px;font-size: 12px;line-height: 28px;padding: 0 5px;}}

.pro_box.pro_detail01{background: #f6f6f6;}
.pro_box .list_box{width: 100%;margin: 4% 0;}
.pro_box .list_box .list{display: flex;flex-wrap: wrap;margin: -1.5%;margin-bottom: 0;}
.pro_box .list_box .list li{width: calc(100% / 4);padding: 1.5%;overflow: hidden;transition: all .5s;}
.pro_box .list_box .list li a{display: flex;flex-direction: column;height: 100%;}
.pro_box .list_box .list li .box{position: relative;}
.pro_box .list_box .list li .img{position: relative;padding-bottom: 125%;border: 10px solid #fff;box-shadow: 0 1px 4px rgb(0 0 0 / 10%);overflow: hidden;transition: all .5s;}
.pro_box .list_box .list li .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s ease;}
.pro_box .list_box .list li .tit{flex: auto;padding: 15px;background: #3369de;margin-top: 10px;transition: all .5s;}
.pro_box .list_box .list li .tit h3{color: #fff;font-size: 18px;text-align: center;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;transition: all .5s;}
.pro_box .list_box .list li .tit p{color: #666;font-size: 14px;line-height: 1.6;text-align: justify;margin-top: 15px;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;opacity: .75;transition: all .5s;}
.pro_box .list_box .list li:hover .img img{transform: scale(1.1);}

.pro_box .list_box .list.pic li{width: calc(100% / 3);}
.pro_box .list_box .list.pic li a{display: block;padding: 4%;padding-bottom: 0;border-radius: 5px;background: #fff;box-shadow: 0 1px 4px rgb(0 0 0 / 10%);overflow: hidden;}
.pro_box .list_box .list.pic li .img{padding-bottom: 75%;border: 0;box-shadow: none;}
.pro_box .list_box .list.pic li .icon{position: absolute;left: .5rem;bottom: -.5rem;width: 70px;height: 70px;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 40px;border-radius: 50%;background: #3369de;transform-origin: left bottom;transition: all .5s;}
.pro_box .list_box .list.pic li .icon i{display: block;font-size: inherit;transition: all 1s;}
.pro_box .list_box .list.pic li .tit{margin: 0;padding-left: 0;padding-right: 0;background: none!important;}
.pro_box .list_box .list.pic li .tit h3{color: #3c3c3c;line-height: 3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.pro_box .list_box .list.pic li:hover a{box-shadow: 0 1px 10px rgb(0 0 0 / 30%);}
.pro_box .list_box .list.pic li:hover .icon i{transform:rotateY(360deg);}

.pro_box .show_box{display: flex;flex-flow: row wrap;justify-content: space-between;overflow: hidden;}
.pro_box .gallery{width: 25%;max-width: 350px;background: #fff;border: 1px solid #e8e8e8;}
.pro_box .gallery .gallery-top .swiper-slide{cursor: pointer;}
.pro_box .gallery .gallery-top .swiper-slide .pic{position: relative;padding-bottom: 125%;overflow: hidden;}
.pro_box .gallery .gallery-top .swiper-slide .pic img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;}
.pro_box .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;position: relative;box-sizing: border-box;background: rgba(0, 0, 0, 0.4);opacity: 1;transition: all .5s ease;box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);}
.pro_box .swiper-pagination .swiper-pagination-bullet:hover:after{transform: scale(2);}
.pro_box .swiper-pagination .swiper-pagination-bullet:after{content: '';width: 4px;height: 4px;background: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;border-radius: 50%;transition: all .5s ease;}
.pro_box .swiper-pagination .swiper-pagination-bullet-active{border: 2px solid #fff;}
.pro_box .swiper-pagination .swiper-pagination-bullet-active:after{width: 0;height: 0;transform: scale(0);}
.pro_box .gallery .swiper-button-prev:hover,.pro_box .gallery .swiper-button-next:hover{opacity: .35;}
.pro_box .gallery .swiper-button-disabled{pointer-events: auto !important;}
.pro_box .gallery .swiper-button-black{display: inline-block;vertical-align: middle;cursor: pointer;position: absolute;top: 0;left: 0;bottom: 0px;width: 28px;height: 100%;margin: 0;opacity: .6;background-size: 16px;transition: all .5s ease;}
.pro_box .gallery .swiper-button-next{left: auto;right: 0;}

.pro_box .info{width: 70%;min-width: 200px;display: flex;flex-direction: column;justify-content: space-between;}
.pro_box .info .box h3{color: #333;font-size: 30px;line-height: 1.4;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pro_box .info .txt{position: relative;padding-top: 15px;margin-top: 15px;margin-bottom: 15px;word-break: break-word;border-top: 1px solid #e8e8e8;}
.pro_box .info .txt:before{content:'';position:absolute;left:0;top: -1px;width:20%;height: 2px;background: #3369de;z-index:2;}
.pro_box .info .txt p{color: #666;font-size: 15px;line-height: 1.8;text-align: justify;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 7;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.pro_box .order{display: flex;white-space: nowrap;transition: all .5s;}
.pro_box .order a{position: relative;display: flex;color: #fff;font-size: 18px;font-weight: bold;line-height: 2;text-align: center;padding: 0 25px;background: #3369de;transition: all .5s;align-items: center;justify-content: center;}
.pro_box .order a:before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:0;height: 100%;background-color: #000;opacity: 0;transition:all .5s ease;}
.pro_box .order span{position: relative;}
.pro_box .order i{font-size: 26px;font-weight: normal;margin-right: 20px;}
.pro_box .order .tel{background: #1c202b;}
.pro_box .order a:hover:before{width:100%;height: 100%;opacity: .2;}

.pro_box .pro_show{width: 100%;}
.pro_box .pro_show .content{color: #666;padding: 20px 0;word-break: break-word !important;overflow: hidden;}
.pro_box .pro_show .content p{color: inherit;font-size: 16px;line-height: 2;}
.pro_box .pro_show .content p a{color: #1c202b;text-decoration: underline;}
.pro_box .pro_show .content img{max-width: 100% !important;height: auto!important;display: block !important;margin: 0 auto;}
.pro_box .pro_show .content table{border-collapse: collapse;border-spacing: 0;border-color: #ddd;}
.pro_box .pro_show .content tr:first-child{color: #fff !important;background-color: #3369de;}
.pro_box .pro_show .content tr:first-child td{border: 0;}
.pro_box .pro_show .content td{padding: 10px 5px;}
.pro_box .pro_show .key{color: #595959;padding: 20px 0;}
.pro_box .pro_show .key span{color: #595959;}
.pro_box .pro_show .key p{display: inline-block;}
.pro_box .pro_show .key button{color: #595959;font-size: 14px;margin: 2px;padding: 7px 10px;background-color: #fff;border: 1px solid #ccc;border-radius: 4px;cursor: pointer;transition: all .5s ease;}
.pro_box .pro_show .key button:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}
.pro_box .pro_show .reLink{display: flex;padding: 20px 0;overflow: hidden;}
.pro_box .pro_show .prev,.pro_box .pro_show .next{width: 50%;color: #595959;line-height: 1.5;}
.pro_box .pro_show .prev a,.pro_box .pro_show .next a{color: #595959;}
.pro_box .pro_show .next{text-align: right;}

.pro_box .pro_show .frame{margin-top: 30px;}
.pro_box .pro_show .frame .titi{background-color: #ededed;}
.pro_box .pro_show .frame .titi h3{color: #333;font-size: 18px;line-height: 3;padding: 0 15px;}
.pro_box .pro_show .frame .box{padding: 20px;border: 1px solid #f0f0f0;}

.pro_detail02 .hd{position: relative;top: 0;width:100%;background:#fff;border-bottom: 1px solid #d6d8db;}
.pro_detail02 .hd.fixed{position:fixed;top: 90px;left:0;z-index:5;}
.pro_detail02 .hd .list{display: flex;align-items: center;}
.pro_detail02 .hd .list .item{position:relative;color: #333;font-size:20px;font-weight: bold;line-height: 3.5;margin-right: 3%;cursor: pointer;transition: all .5s;}
.pro_detail02 .hd .list .item:after{content:'';position:absolute;width: 0;height:5px;bottom: -3px;left: 50%;border-radius: 50px;transform: translateX(-50%);background: #3369de;opacity: 0;transition: all .5s;}
.pro_detail02 .hd .list .item.active{color: #3369de;font-weight:bold;}
.pro_detail02 .hd .list .item.active:after{width: 100%;opacity: 1;}
.pro_detail02 .hd .list .order{margin-left: auto;opacity: 0;visibility: hidden;}
.pro_detail02 .hd.fixed .list .order{opacity: 1;visibility: visible;}
.pro_detail02 .bd{position:relative;}

.pro_detail03{padding: 50px 0;background: #1c202b;}
.pro_detail03 .tit{color: #fff;font-size: 37px;line-height: 1.1;text-align:center;margin-bottom:70px;position:relative;}
.pro_detail03 .tit:after{content:'';position:absolute;bottom:-20px;width:40px;height: 3px;background:#fff;left:50%;margin-left:-20px;}
.pro_detail03 .con ul{display: flex;}
.pro_detail03 .con ul li{width:25%;text-align:center;}
.pro_detail03 .con ul li i{color: #fff;font-size: 78px;display:inline-block;margin-bottom:20px;transition: all 0.5s ease;}
.pro_detail03 .con ul li .t{color: #fff;font-size:20px;line-height: 1.2;}
.pro_detail03 .con ul li:hover i{opacity: .5;}

@media only screen and (max-width: 1440px){
.pro_box .list_box .list.pic li .icon{transform: scale(.9);}}
@media only screen and (max-width: 1080px){
.pro_box .show_box{align-items: stretch;}}
@media only screen and (max-width: 1024px){
.pro_box .list_box .list li{width: calc(100% / 3);}
.pro_box .list_box .list li .tit{padding: 10px;}
.pro_box .list_box .list li .tit h3{font-size: 16px;}
.pro_box .list_box .list li .tit p{font-size: 14px;margin: 15px 0;}
.pro_box .list_box .list.pic li .icon{transform: scale(.8);}
.pro_box .info .box h3{font-size: 26px;}
.pro_box .info .txt p{font-size: 14px;-webkit-line-clamp: 5;}
.pro_box .order a{font-size: 16px;}
.pro_box .order i{font-size: 24px;margin-right: 15px;}
.pro_box .pro_show .content p{font-size: 14px;}
.pro_box .pro_show .content{padding: 10px 0px;}
.pro_box .pro_show .key{padding: 10px 0px;}
.pro_box .pro_show .key button{font-size: 12px;padding: 5px 3px;}
.pro_box .pro_show .reLink{padding: 0;margin-top: 20px;background: rgba(0, 0, 0, 0.02);}
.pro_box .pro_show .prev,.pro_box .pro_show .next{padding: 10px 0;text-align: center;}
.pro_box .pro_show .prev a,.pro_box .pro_show .next a{display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pro_box .pro_show .next{text-align: center;border-left: 1px solid rgba(0, 0, 0, 0.04);}
.pro_box .pro_show .frame{margin-top: 20px;}
.pro_box .pro_show .frame .box{padding: 10px;}
.pro_box .pro_show .pro_relevant li h3{font-size: 14px;line-height: 2.8;}
.pro_detail02 .hd.fixed{top: 60px;}
.pro_detail03{padding:30px 0;margin-top: 20px;}
.pro_detail03 .tit{font-size: 30px;margin-bottom: 50px;}
.pro_detail03 .con ul li i{font-size: 70px;margin-bottom: 15px;}
.pro_detail03 .con ul li .t{font-size: 18px;}}
@media only screen and (max-width: 768px){
.pro_box .list_box .list li .img{border-width: 5px;}
.pro_box .list_box .list li .tit h3{font-size: 14px;}
.pro_box .list_box .list.pic li{width: calc(100% / 2);}
.pro_box .list_box .list.pic li .icon{transform: scale(.7);}
.pro_box .pro_show .frame .titi h3{font-size: 16px;}
.pro_box .info .box h3{font-size: 20px;}
.pro_box .gallery{float: none;width: 100%;margin: auto;}
.pro_box .info{display: block;width: 100%;padding-top: 15px;}
.pro_box .info .txt p{display: block;}
.pro_box .order a{width: 50%;font-size: 14px;padding: 0 10px;justify-content: center;}
.pro_box .order i{margin-right: 10px;}
.pro_box .pro_show .content p{font-size: 13px;}
.pro_detail02 .hd .list .item{font-size: 18px;line-height: 2.8;margin-right: 5%;}
.pro_detail02 .hd .list .item:after{height: 3px;bottom: -2px;}
.pro_detail02 .hd .list .order a{width: 100%;line-height: 1.5;margin-right: -1rem;}
.pro_detail02 .hd .list .order .tel{display: none;}
.pro_detail03{padding: 20px 0;}
.pro_detail03 .tit{font-size: 20px;margin-bottom: 40px;}
.pro_detail03 .con ul li i{font-size: 40px;margin-bottom: 10px;}
.pro_detail03 .con ul li .t{font-size: 14px;}}
@media only screen and (max-width: 480px){
.pro_box .list_box .list li{width: calc(100% / 2);}
.pro_box .list_box .list li .tit{padding: 10px 5px;}
.pro_box .list_box .list li .tit h3{font-size: 12px;}
.pro_box .list_box .list.pic li .icon{transform: scale(.6);}
.pro_box .list_box .list li:hover .tit{border-color: #3369de;background: #3369de;}
.pro_box .list_box .list li:hover .tit *{color: #fff;}}

/*右侧悬浮*/
.right_bar{position:fixed;top: 50%;right: -60px;margin-top: -100px;width:50px;height:203px;z-index:10;opacity: 0;transition: all .5s;}
.right_bar.cur{right: 0;opacity: 1;}
.right_bar.no{display: none;}
.right_bar li{position: relative;left: 0;width:62px;height:50px;margin-bottom: 1px;z-index:20;transition: all .5s;}
.right_bar li.tel{width: 200px;}
.right_bar li.book{width:126px;}
.right_bar li a{display:block;color:#FFF;font-size:14px;height:50px;line-height:50px;overflow:hidden;background: #3369de;opacity:0.8;border-radius:6px;}
.right_bar li a i{display:block;float:left;vertical-align:middle;width:24px;height:24px;font-size: 24px;line-height: normal;margin:12px 12px 14px 14px;}
.right_bar li a:hover{opacity:1;}
.right_bar li.tel:hover{left: -144px;}
.right_bar li.ewm:hover .rtbar_shwx{opacity: 1;visibility: visible;}
.right_bar li.book:hover{left: -70px;}
.rtbar_shwx{position: absolute;top:-120px;left: -160px;padding: 10px;border-radius: 6px;background: #3369de;opacity: 0;visibility: hidden;transition: all .5s;}
.rtbar_shwx:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #3369de;border-width: 8px;width: 0;height: 0;position: absolute;top: 18px;right: -16px;}
.rtbar_shwx img{width: 130px;border: 1px solid #fff;border-radius: 6px;}
.rtbar_shwx{top: 0;}
.right_bar.white li a{color: #3369de;background: #fff;}
.right_bar.white .rtbar_shwx{background: #fff;}
.right_bar.white .rtbar_shwx:after{border-left-color: #fff;}
.right_bar.white .rtbar_shwx img{border-color: #3369de;}
.returntop{position: fixed;right: -60px;bottom: 70px;opacity: 0;visibility: hidden;z-index: 10;transition: all .5s;}
.returntop.cur{opacity: 1;visibility: visible;}
.returntop a{display: block;width: 50px;height: 50px;color: #fff;font-size: 24px;line-height: 50px;text-align: center;background: #3369de;border-radius: 50%;opacity: .8;}
.returntop i{font-size: inherit;}
.returntop a:hover{opacity: 1;}
.f_kslj{position: fixed;bottom: -70px;width: 100%;z-index: 1000;background: #3369de;box-shadow: 0 -3px 4px rgb(0 0 0 / 10%);backdrop-filter: blur(5px);transition: all .5s;}
.f_kslj ul{display: flex;height: 60px;align-items: center;}
.f_kslj ul li{width: 100%;}
.f_kslj ul li a{color: #fff;text-align: center;display: flex;flex-direction: column;align-items: center;}
.f_kslj ul li a i{position: relative;font-size: 18px;margin-bottom: 5px;}
.f_kslj ul li a i.dot:after{content: " ";position: absolute;top: -5px;right: -5px;width: 5px;height: 5px;border-radius: 50%;background: #28c445;animation: pulse 1s infinite;}
@media all and (max-width:768px){
.returntop{right: 10px;}
.f_kslj{bottom: 0;}}

/*加载动画*/
.loader{position: fixed;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;transition: 0.3s linear;background: #fff;opacity: 0;visibility: hidden;opacity: 1;visibility: visible;z-index: 999999;}
.loader.hide{opacity: 0;visibility: hidden;}
.loader span{position: relative;width: 130px;height: 130px;border-radius: 50%;-webkit-animation: scale 2s linear infinite;animation: scale 2s linear infinite;}
.loader span:after{content:" ";position: absolute;top: 0;left: 0;width:100%;height: 100%;border-radius: 50%;border-top: 3px solid #3369de;border-right: 3px solid transparent;-webkit-animation: rotation 1s linear infinite;animation: rotation 1s linear infinite;}
.loader span img{width: 100%;height: 100%;}
@-webkit-keyframes scale{0%{transform: scale(1);} 50%{transform: scale(.85);} 100%{transform: scale(1);}}
@keyframes scale{0%{transform: scale(1);} 50%{transform: scale(.85);} 100%{transform: scale(1);}}
@-webkit-keyframes rotation{0%{transform: rotate(0deg);} 100%{transform: rotate(360deg);}}
@keyframes rotation{0%{transform: rotate(0deg);} 100%{transform: rotate(360deg);}}

/*表单自定义*/
.layui-form-item .layui-input-block a{color: #FFC107;font-size: 14px;cursor: pointer;text-decoration: underline;}
.layui-form-item .layui-form-checkbox[lay-skin=primary]{margin: 0;}
.layui-form-item .layui-form-checkbox[lay-skin=primary]>div{color: #666;padding-right: 10px;}
.layui-form-item .layui-form-checked[lay-skin=primary]>i{border-color: #14409c !important;background-color: #14409c;}
.layui-form-item .layui-form-checkbox[lay-skin=primary]:hover>i{border-color: #14409c;}

/*隐私政策*/
.policy{max-width: 1200px;width: 80%;min-height: 100vh;margin: auto;padding: 10vh 6vh;background: #fff;}
.policy h3{color:#000;font-size:36px;font-weight:bold;text-align:center;}
.policy .txt{margin: 3rem 0;}
.policy .txt p{color: #555;font-size:16px;line-height: 2.5;text-indent:2rem;}
.policy .but{height: auto;display: block;font-size: 16px;line-height: 2.75;border: 0;padding: 0 2%;background:#3369de;margin: auto;}
@media all and (max-width:1024px){
.policy{width: 100%;}
.policy h3{font-size: 30px;}
.policy .txt{margin: 2rem 0;}
.policy .txt p{font-size: 15px;}
.policy .but{font-size: 15px;}}
@media all and (max-width:480px){
.policy{padding: 3rem 1rem;}
.policy h3{font-size: 24px;}
.policy .txt{margin: 1rem 0;}
.policy .txt p{font-size: 14px;line-height: 2;}
.policy .but{font-size: 14px;padding: 0 5%;}}
.weixin{max-width: 200px;}
.weixin img{max-width: 100%;height: auto;}

/*自定义样式*/
.goverlay{background: rgba(0, 0, 0, .8)!important;backdrop-filter: blur(5px);}
.glightbox-clean .gdesc-inner{padding: 0!important;}
.glightbox-clean .gslide-title{margin: 0!important;color: #333!important;line-height: 3.4em!important;text-align: center!important;background: #ddd!important;}

/*播放器相关*/
:root {--plyr-color-main: #3369de;}